Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Picking ID Styles


Q3PickIDStyle_New

You can use the Q3PickIDStyle_New function to create a new picking ID style object.

TQ3StyleObject Q3PickIDStyle_New (unsigned long id);
id
A picking ID.
DESCRIPTION
The Q3PickIDStyle_New function returns, as its function result, a new style object having the picking ID specified by the id parameter. If a new style object could not be created, Q3PickIDStyle_New returns the value NULL.

SEE ALSO
See "Picking ID Styles" on page 6-9 for a description of picking ID styles.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996